|
|
|
|
OnLayout Method, SftTree Class |
Raises the Layout event.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Protected Overrides Sub OnLayout( ByVal e As LayoutEventArgs ) |
C# |
protected override void OnLayout( LayoutEventArgs e ); |
C++ |
protected: virtual void OnLayout( LayoutEventArgs^ e ); |
e
The LayoutEventArgs instance containing the event data.
Comments
The OnLayout method raises the Layout event.